IGUI_EN = {

    IGUI_TABAS_Unreachable = "No place to prepare for bathing.",
    IGUI_TABAS_ThatsTooHot = "That's too hot!",

    IGUI_TABAS_BathtubInfo_Title = "Bathtub Menu",

    IGUI_TABAS_EntryConfigInfo = "Toggled here is temporary. If you want to toggled it permanent, use the config button at the bottom right.",

    IGUI_TABAS_BathtubInfo_TubWaterStatus = "Tub Water Status",
    IGUI_TABAS_BathtubInfo_Capacity = "Capacity",
    IGUI_TABAS_BathtubInfo_Amount = "Fluid Amount",
    IGUI_TABAS_BathtubInfo_LastUpdate = "Last Update"
    IGUI_TABAS_BathtubInfo_LastUpdateTime = "%1 hour %2 minutes ago",
    IGUI_TABAS_BathtubInfo_LastUpdateTimes = "%1 hours %2 minutes ago",
    IGUI_TABAS_BathtubInfo_LastUpdateMinutes = "%1 minutes ago",
    IGUI_TABAS_BathtubInfo_LastUpdateMoreThanHours = "More than %2 hours ago",

    IGUI_TABAS_BathtubInfo_Dirty = "Dirty Level",
    -- ** These should be as short as possible. An abbreviation would be fine.
    IGUI_TABAS_BathtubInfo_WaterFilthy = "Filthy",
    IGUI_TABAS_BathtubInfo_WaterDirty = "Dirty",
    IGUI_TABAS_BathtubInfo_WaterClean = "Clean",

    IGUI_TABAS_BathtubInfo_TubStatus = "Bath Faucet Status",
    IGUI_TABAS_BathtubInfo_Powered = "Power Status",
    IGUI_TABAS_BathtubInfo_Piped = "Piped Status",
    IGUI_TABAS_BathtubInfo_FaucetAmount = "Water Amount",

    IGUI_TABAS_BathtubInfo_Temperature = "Water Temperature",
    IGUI_TABAS_BathtubInfo_IdealTemperature = "Temperature Set",
    IGUI_TABAS_BathtubInfo_HowTakeBath = "How Take Bath"
    
    IGUI_TABAS_BathSalt = "Bath Salt",
    IGUI_TABAS_BathSaltDropBoxTooltip = "Drag or select item here and press Add.",
    IGUI_TABAS_AddBathSalt = "Add",
    IGUI_TABAS_AddBathSaltTooltip = "Once added, it cannot be changed until the bathtub is emptied of water.",
    IGUI_TABAS_BathTowelDropBoxTooltip = "Drag or select a bath towel here to use after bathing."

    IGUI_TABAS_BathTime = "Bath Time",
    IGUI_TABAS_TakeBath = "Take Bath",
    IGUI_TABAS_TakeShower = "Take Shower",

    IGUI_TABAS_BathSalt_None = "None",
    IGUI_TABAS_BathSalt_Lavender = "Lavender",
    IGUI_TABAS_BathSalt_Citrus = "Citrus",
    IGUI_TABAS_BathSalt_Floral = "Floral",
    IGUI_TABAS_BathSalt_Forest = "Forest",
    IGUI_TABAS_BathSalt_Herb = "Herb",
    IGUI_TABAS_BathSalt_Rose = "Rose",

    -- ** These should not have spaces between characters, 
    -- ** as spaces can cause lines to break in odd places and make them difficult to read.
    IGUI_TABAS_BathSalt_Benefits = "Benefits:",
    IGUI_TABAS_BathBenefit_BurnedTreatment = "Burned-Treatment",
    IGUI_TABAS_BathBenefit_CalmMind = "Calms-Mind",
    IGUI_TABAS_BathBenefit_DrunkennessRelief = "Drunkenness-Relief",
    IGUI_TABAS_BathBenefit_FatigueRecovery = "Fatigue-Recovery",
    IGUI_TABAS_BathBenefit_FeelingHappiness = "Feeling-Happiness",
    IGUI_TABAS_BathBenefit_FractureRecovery = "Fracture-Recovery",
    IGUI_TABAS_BathBenefit_FractureRecovery2 = "Fracture-Recovery",
    IGUI_TABAS_BathBenefit_GoodSleep = "Good-Sleep",
    IGUI_TABAS_BathBenefit_WoundRecovery = "Wounds-Treatment",
    IGUI_TABAS_BathBenefit_WoundRecovery2 = "Wounds-Treatment",
    IGUI_TABAS_BathBenefit_MuscleStrainRelief = "Muscle-Strain-Relief",
    IGUI_TABAS_BathBenefit_PainRelief = "Pain-Relief",
    IGUI_TABAS_BathBenefit_PreventsCold = "Prevents-Cold",
    IGUI_TABAS_BathBenefit_StressRelief = "Stress-Relief",

    IGUI_TABAS_Config_Title = "TABAS Config",
    IGUI_TABAS_Config_General = "General",
    IGUI_TABAS_Config_AutoClothesChange = "Auto Clothes Change",
    IGUI_TABAS_Config_DropsItems = "Drops Ground When Auto-Unequip",
}